org.eclipse.vtp.desktop.editors.core.elements.properties
Class DatabaseQuerySearchCriteriaPropertiesPanel.ValueDialog

java.lang.Object
  extended by org.eclipse.jface.window.Window
      extended by org.eclipse.vtp.desktop.core.dialogs.FramedDialog
          extended by org.eclipse.vtp.desktop.editors.core.elements.properties.DatabaseQuerySearchCriteriaPropertiesPanel.ValueDialog
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider
Enclosing class:
DatabaseQuerySearchCriteriaPropertiesPanel

public class DatabaseQuerySearchCriteriaPropertiesPanel.ValueDialog
extends FramedDialog


Nested Class Summary
 class DatabaseQuerySearchCriteriaPropertiesPanel.ValueDialog.VariableContentProvider
           
 class DatabaseQuerySearchCriteriaPropertiesPanel.ValueDialog.VariableLabelProvider
           
 
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK
 
Constructor Summary
DatabaseQuerySearchCriteriaPropertiesPanel.ValueDialog(org.eclipse.swt.widgets.Shell shell)
           
 
Method Summary
 void cancelPressed()
           
protected  void createButtonBar(org.eclipse.swt.widgets.Composite parent)
           
protected  void createDialogContents(org.eclipse.swt.widgets.Composite parent)
           
 void okPressed()
           
 void setValue(DatabaseQuerySettingsStructure.SelectionCriteria value)
           
 void updateValue()
           
 
Methods inherited from class org.eclipse.vtp.desktop.core.dialogs.FramedDialog
create, createContents, createSideBar, getFrameColor, getParentShell, getSideBarColor, getSideBarControl, getSideBarSize, getTitle, setFrameColor, setSideBarColor, setSideBarControl, setSideBarSize, setTitle
 
Methods inherited from class org.eclipse.jface.window.Window
canHandleShellCloseEvent, close, configureShell, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getInitialLocation, getInitialSize, getLayout, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, initializeBounds, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseQuerySearchCriteriaPropertiesPanel.ValueDialog

public DatabaseQuerySearchCriteriaPropertiesPanel.ValueDialog(org.eclipse.swt.widgets.Shell shell)
Parameters:
shellProvider -
Method Detail

setValue

public void setValue(DatabaseQuerySettingsStructure.SelectionCriteria value)

updateValue

public void updateValue()

createButtonBar

protected void createButtonBar(org.eclipse.swt.widgets.Composite parent)
Overrides:
createButtonBar in class FramedDialog

okPressed

public void okPressed()

cancelPressed

public void cancelPressed()

createDialogContents

protected void createDialogContents(org.eclipse.swt.widgets.Composite parent)
Overrides:
createDialogContents in class FramedDialog